Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class AutoTweakerException(val message: String, cause: Throwable? = null) : RuntimeException, I18nableException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GpgException(val args: List<String>, val stdout: String, val stderr: String) : AutoTweakerException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SettingTypeMismatchException(val id: String, val defType: KClass<out SettingValue<*>>, val gotType: KClass<out SettingValue<*>>) : AutoTweakerException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard